home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / HyperCard / HyperWais 1.7 / Release Notes / Release Notes 28 Feb 1993 < prev    next >
Encoding:
Text File  |  1993-02-18  |  4.3 KB  |  119 lines  |  [TEXT/ttxt]

  1. Release Notes 28 February 1993
  2. -----------------------------
  3.  
  4. Version 1.7
  5.  
  6. HyperWais Stack
  7. ---------------
  8.  
  9. - You can now click on an application summary line to
  10. automatically populate the various fields in the 
  11. "edit applications" screen.
  12.  
  13. - You can now click on a document headline to view it, and 
  14. option-click to save it.
  15.  
  16. - The stack now cleans up the headline before presenting it
  17. as a file name, it tries to do this in as clean a way as possible,
  18. either taking the first word of the headline or truncating it to 
  19. 25 characters if it still is too long.
  20.  
  21. - A couple of nifty little icons on the title screen which animate
  22. themselves when you move the mouse over either of them.
  23.  
  24. - Cleaned up the stack script and created some initializeCard
  25. scripts for each card which are called when the stack is
  26. opened. These scripts do various things to the cards to which 
  27. they are attached. This has helped in reducing the size of the 
  28. stack script.
  29.  
  30. - Added feature which allows the user to save and open questions.
  31. This feature saves the query and the chosen sources to a files. The 
  32. format is wais compatible, but I have not tried to open any 
  33. WAIStation questions files. Headlines and relevance feedback are
  34. not saved as part of a question. Also created a wais-questions folder.
  35.  
  36. - Changed the way in which the sources are saved, now only the 
  37. name gets prompted for and the sources gets saved in the 
  38. wais-sources folder automatically. Also a sensible name is generated.
  39.  
  40. - Add a small feature to the "Edit Applications" card which asks
  41. the user if they want to save the entry if it has been modified or is
  42. not in the application list. Before it was just too easy to just 
  43. exit the screen and forget to save the entry.
  44.  
  45. XFCNs
  46. -----
  47.  
  48. - Changed the docTypeLen from 16 to 30 characters. This changes
  49. was made to accomodate long type lists returned by multi-type
  50. databases. 
  51.  
  52. - Fixed a bug which filtered out all the applications when the 
  53. application chooser was invoked when the Wais Listener was 
  54. not found on the local machine. The filter is also case-insentitive.
  55.  
  56. - Added two new XFCNs which will allow the user to download a 
  57. document to the local machine if the Wais Listener is running on
  58. another machine. The two XFCNs are called HCGetDocToLocalFile
  59. and HCGetDocToLocalFileByID and are drop-in replacements for 
  60. HCGetDocToFile and HCGetDocToFileByID respectively. To use them
  61. all you need to do is to change the two XFCN names in the stack 
  62. script.
  63.  
  64.  
  65. Wais Caller routines
  66. ------------------
  67.  
  68. - Changed the docTypeLen from 16 to 30 characters. This changes
  69. was made to accomodate long type lists returned by multi-type
  70. databases. 
  71.  
  72. - Added two functions which will allow the user to download a 
  73. document to the local machine if the Wais Listener is running on
  74. another machine. The two functions are called GetDocToLocalFile
  75. and GetDocToLocalFileByID and are drop-in replacements for 
  76. GetDocToFile and GetDocToFileByID respectively. The difference
  77. is that they fetch the document and save it locally rather than
  78. asking the Wais Listener to do it.
  79.  
  80.  
  81. Wais Listener and C Libraries
  82. --------------------------
  83.  
  84. - Fixed a bug in the Wais Listener.debug which prevented the 
  85. user from saving the log file that was listed in the debug
  86. window.
  87.  
  88. - There is a bug which prevents the Wais Listener.debug
  89. application from communicating with the clipboard when
  90. cutting and pasting, cant figure that one out at this time.
  91.  
  92. - Fixed a bug which did not reliably send back the document 
  93. type with the relevance feedback entries, this did not bother
  94. the regular server, but caused problems with the multi-type
  95. server I put together.
  96.  
  97. - Fixed a bug which did not update the site IP number in the
  98. document structures.
  99.  
  100. - Changed the docTypeLen from 16 to 30 characters. This changes
  101. was made to accomodate long type lists returned by multi-type
  102. databases. 
  103.  
  104. - Fixed a small memory leak in the relevance feedback code, a 
  105. document id was not being released when it was supposed to 
  106. be.
  107.  
  108. - Streamlined the code which builds the search and the get 
  109. document APDUs.
  110.  
  111. - Fixed a couple of little bugs which made some assumptions about
  112. the document types which where downloaded. These bugs were
  113. identified when the functions for downloading documents to a 
  114. local machine were implemented.
  115.  
  116. - Streamlined the allocation of document chuck handles, now the handle
  117. it set to the size of the chunk rather than an arbitrary size, this 
  118. make for better memory usage.
  119.